Remove scripts app.js
article thumbnail

Vue 3 with Sitecore MVC

Perficient Digital Transformation

To create a root and mount your component as a child to the root, you create an app.js Components/scripts/heading-component.vue'; // Creates root Vue app and adds Heading component createApp({ components: { Heading } }).mount('.heading-component'); heading__headline { font-size: 2rem; font-weight: 600; }.heading__subheading

64